home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / ScrollViewDeluxeForOOE.h < prev    next >
Encoding:
Text File  |  1995-07-30  |  189 b   |  18 lines

  1.  
  2. #import "ScrollViewDeluxe.h"
  3.  
  4. @interface  View (OOE_GUI)
  5. - ooeStatusChanged:sender;
  6. @end
  7.  
  8. @interface ScrollViewDeluxeForOOE:ScrollViewDeluxe
  9. {
  10.     id    theOOEButton;
  11. }
  12.  
  13. - theOOEButton;
  14.  
  15. @end
  16.  
  17.  
  18.